home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / icon tools / iconian / scripts / mwb2ni.rexx next >
OS/2 REXX Batch file  |  1996-04-07  |  285b  |  16 lines

  1. /* "mwb2ni" equivalent using Iconian's REXX port! */
  2.  
  3. /* to use, type "rx filename" from the CLI line, or use it for a app/dock icon or in DirOpus!*/
  4.  
  5. options results
  6.  
  7. parse arg filename
  8.  
  9. address ICONIAN.1
  10.  
  11. OPEN filename NEW
  12. proj=result
  13. DOTISSTANDARD
  14. SAVE filename NEWICON
  15. CLOSE FORCE
  16.